From 3d22f3197fec3c5f5113e9d2a95ea350bc82f050 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 8 Mar 2014 00:56:27 +0000 Subject: [PATCH] ruby: disable documentation for host build Building the documentation for the host requires a bunch of tools that systems might not have, simply disable it which also speeds up the build time. Signed-off-by: Florian Fainelli SVN-Revision: 39796 --- lang/ruby/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index c53937b91..7b67ebefb 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -202,6 +202,10 @@ $(call Package/ruby/Default) DEPENDS:=ruby +zlib endef +HOST_CONFIGURE_ARGS += \ + --disable-install-doc \ + --disable-install-rdoc \ + --disable-install-capi CONFIGURE_ARGS += \ --enable-shared \ -- 2.30.2